Path	Lines of Code
CHANGELOG.md	328
README.md	464
gradle.properties	12
resources/GraphQLIconsMapping.json	25
resources/META-INF/pluginIcon.svg	17
resources/icons/enum.svg	7
resources/icons/enum@2x.svg	7
resources/icons/field.svg	7
resources/icons/fragment.svg	9
resources/icons/graphqlConfig.svg	39
resources/icons/graphqlConfig_dark.svg	55
resources/icons/graphqlNode.svg	30
resources/icons/graphqlNode_dark.svg	46
resources/icons/graphqlSchema.svg	48
resources/icons/graphqlSchema_dark.svg	64
resources/icons/graphql_dark.svg	37
resources/icons/interface.svg	7
resources/icons/interface@2x.svg	7
resources/icons/mutation.svg	7
resources/icons/mutation@2x.svg	7
resources/icons/newui/apollo.svg	5
resources/icons/newui/apollo_dark.svg	5
resources/icons/newui/attribute.svg	5
resources/icons/newui/attribute_dark.svg	5
resources/icons/newui/enum.svg	5
resources/icons/newui/enum_dark.svg	5
resources/icons/newui/field.svg	5
resources/icons/newui/field_dark.svg	5
resources/icons/newui/fragment.svg	7
resources/icons/newui/fragment_dark.svg	7
resources/icons/newui/graphqlSchema.svg	8
resources/icons/newui/graphqlSchema_dark.svg	8
resources/icons/newui/graphqlToolWindow@20x20.svg	10
resources/icons/newui/graphqlToolWindow@20x20_dark.svg	10
resources/icons/newui/icon-robots.txt	3
resources/icons/newui/interface.svg	5
resources/icons/newui/interface_dark.svg	5
resources/icons/newui/mutation.svg	5
resources/icons/newui/mutation_dark.svg	5
resources/icons/newui/relay.svg	4
resources/icons/newui/relay_dark.svg	4
resources/icons/newui/subscription.svg	5
resources/icons/newui/subscription_dark.svg	5
resources/icons/newui/type.svg	5
resources/icons/newui/type_dark.svg	5
resources/icons/newui/variable.svg	5
resources/icons/newui/variable_dark.svg	5
resources/icons/query.svg	7
resources/icons/relay.svg	8
resources/icons/scalar.svg	7
resources/icons/subscription.svg	7
resources/icons/type.svg	7
resources/icons/variable.svg	7
resources/inspectionDescriptions/metaInformation.json	60
resources/messages/GraphQLBundle.properties	230
resources/schemas/graphql-config-schema.json	110
resources/schemas/graphql-config.json	164
src/main/com/intellij/lang/jsgraphql/ide/documentation/GraphQLDocumentationMarkdownRenderer.java	16
src/main/com/intellij/lang/jsgraphql/ide/documentation/GraphQLDocumentationProvider.kt	243
src/main/com/intellij/lang/jsgraphql/ide/documentation/GraphQLDocumentationPsiElement.java	44
tests/testData/graphql/config/environment/expandedVariables_expected.json	118
tests/testData/graphql/config/environment/expandedVariables_updated_expected.json	118
tests/testData/graphql/config/resolve/jsonSchema/dir2/otherSchema.json	1935
tests/testData/graphql/config/scope/jsonSchema/dir2/otherSchema.json	1935
tests/testData/graphql/config/scope/schemaInNodeModules/package.json	8
tests/testData/graphql/documentation/DirectiveArgument.graphql	7
tests/testData/graphql/documentation/DirectiveArgument.html	3
tests/testData/graphql/documentation/EnumValue.graphql	11
tests/testData/graphql/documentation/EnumValue.html	3
tests/testData/graphql/documentation/Field.graphql	6
tests/testData/graphql/documentation/Field.html	3
tests/testData/graphql/documentation/Fragment.graphql	11
tests/testData/graphql/documentation/Fragment.html	5
tests/testData/graphql/documentation/InputField.graphql	9
tests/testData/graphql/documentation/InputField.html	3
tests/testData/graphql/documentation/Operation.graphql	20
tests/testData/graphql/documentation/Operation.html	5
tests/testData/graphql/documentation/Variable.graphql	20
tests/testData/graphql/documentation/Variable.html	6
tests/testData/graphql/introspection/lineMarkers/json/graphql.config.json	28
tests/testData/graphql/introspection/lineMarkers/jsonProjects/graphql.config.json	78
tests/testData/graphql/introspection/lineMarkers/jsonSchemaScalar/graphql.config.json	3
tests/testData/graphql/introspection/print/schema.json	1208
tests/testData/graphql/introspection/print/schemaWithCustomRootTypes.json	1127
tests/testData/graphql/introspection/print/schemaWithEmptyErrors.json	1209
tests/testData/graphql/introspection/print/schemaWithErrors.json	3
tests/testData/graphql/introspection/print/schemaWithNullFields.json	25
tests/testData/graphql/introspection/print/schemaWithRepeatableDirectives.json	1118
tests/testData/graphql/introspection/print/schemaWithUndefinedDirectives.json	2899
tests/testData/graphql/introspection/print/schemaWithoutRootTypes.json	1118
tests/testData/graphql/parser/DescriptionsForExecutableDefinitions.txt	213
tests/testData/graphql/parser/Directives.txt	28
tests/testData/graphql/parser/Emoji.txt	41
tests/testData/graphql/parser/ExtendSchema.txt	24
tests/testData/graphql/parser/KeywordsAsIdentifiers.txt	30
tests/testData/graphql/parser/MultilineDescriptions.txt	160
tests/testData/graphql/parser/ParsingTestData.txt	1040
tests/testData/graphql/parser/SchemaDescriptions.txt	244
tests/testData/graphql/parser/SingleLineDescriptions.txt	90
tests/testSrc/com/intellij/lang/jsgraphql/documentation/GraphQLDocumentationTest.kt	51
website/blog/2019-03-31-blog-post.md	8
website/package.json	14
website/sidebars.json	7
