We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2398228 commit d5a4ccbCopy full SHA for d5a4ccb
resources/META-INF/plugin.xml
@@ -134,9 +134,9 @@
134
135
<!-- Endpoint File types -->
136
<fileType name="GraphQL Endpoint" implementationClass="com.intellij.lang.jsgraphql.endpoint.JSGraphQLEndpointFileType"
137
- language="GraphQL Endpoint" extensions="graphqle"/>
+ fieldName="INSTANCE" language="GraphQL Endpoint" extensions="graphqle"/>
138
<fileType name="GraphQL Endpoint Doc" implementationClass="com.intellij.lang.jsgraphql.endpoint.doc.JSGraphQLEndpointDocFileType"
139
- language="GraphQL Endpoint Doc" extensions="graphqld"/>
+ fieldName="INSTANCE" language="GraphQL Endpoint Doc" extensions="graphqld"/>
140
141
<!-- Language -->
142
0 commit comments