All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.4736a562251eeaea46dd06892b489f35.js Maven / Gradle / Ivy

ace.define("ace/snippets/graphqlschema",["require","exports","module"],(function(require,exports,n){"use strict";exports.snippetText="# Type Snippet\ntrigger type\nsnippet type\n\ttype ${1:type_name} {\n\t\t${2:type_siblings}\n\t}\n\n# Input Snippet\ntrigger input\nsnippet input\n\tinput ${1:input_name} {\n\t\t${2:input_siblings}\n\t}\n\n# Interface Snippet\ntrigger interface\nsnippet interface\n\tinterface ${1:interface_name} {\n\t\t${2:interface_siblings}\n\t}\n\n# Interface Snippet\ntrigger union\nsnippet union\n\tunion ${1:union_name} = ${2:type} | ${3: type}\n\n# Enum Snippet\ntrigger enum\nsnippet enum\n\tenum ${1:enum_name} {\n\t\t${2:enum_siblings}\n\t}\n",exports.scope="graphqlschema"})),ace.require(["ace/snippets/graphqlschema"],(function(n){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=n)}));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy