| LOW | docs/migration/graphiql-4.0.0.md | 85 | additionalComponent: function MyComponentWithAccessToContext() { |
| LOW | examples/monaco-graphql-nextjs/src/constants.ts | 92 | export function getOrCreateModel({ uri, value }: { uri: Uri; value: string }) { |
| LOW | examples/monaco-graphql-react-vite/src/constants.ts | 92 | export function getOrCreateModel({ uri, value }: { uri: Uri; value: string }) { |
| LOW | packages/graphiql-react/src/stores/editor.ts | 328 | function synchronizeActiveTabValues(tabsState: TabsState): TabsState { |
| LOW | …ges/graphiql-react/src/components/operation-editor.tsx | 158 | function getAndUpdateOperationFacts(editorInstance: MonacoEditor) { |
| LOW | …ges/graphiql-react/src/components/operation-editor.tsx | 158 | function getAndUpdateOperationFacts(editorInstance: MonacoEditor) { |
| LOW | packages/graphiql-react/src/utility/resize.ts | 158 | function setHiddenElementWithCallback(element: ResizableElement | null) { |
| LOW | packages/graphiql-react/src/utility/tabs.ts | 264 | export function fuzzyExtractOperationName(str: string): string | null { |
| LOW | packages/graphiql-react/src/utility/create-editor.ts | 18 | export function getOrCreateModel({ |
| LOW | packages/graphiql/CHANGELOG.md | 638 | additionalComponent: function MyComponentWithAccessToContext() { |
| LOW | packages/graphiql/CHANGELOG.md | 800 | additionalComponent: function MyComponentWithAccessToContext() { |
| LOW | packages/graphiql/cypress/support/commands.ts | 141 | function normalizeMonacoWhitespace(str: string): string { |
| LOW | packages/graphiql/src/ui/sidebar.tsx | 105 | function handleOpenShortKeysDialog(isOpen: boolean) { |
| LOW | packages/graphiql-toolkit/src/create-fetcher/lib.ts | 73 | export async function createWebsocketsFetcherFromUrl( |
| LOW | …/graphiql-toolkit/src/graphql-helpers/auto-complete.ts | 86 | function defaultGetDefaultFieldNames(type: GraphQLType) { |
| LOW | …ages/graphiql-toolkit/src/graphql-helpers/merge-ast.ts | 48 | function inlineRelevantFragmentSpreads( |
| LOW | packages/monaco-graphql/src/graphqlMode.ts | 30 | function registerSchemaLessProviders(): void { |
| LOW | …raphql-language-service-server/src/MessageProcessor.ts | 1388 | export function processDiagnosticsMessage( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 132 | export function getAutocompleteSuggestions( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 464 | function getSuggestionsForTypeSystemDefinitions( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 473 | function getSuggestionsForExecutableDefinitions( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 479 | function getSuggestionsForUnknownDocumentMode( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 489 | function getSuggestionsForExtensionDefinitions( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 495 | function getSuggestionsForFieldNames( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 570 | function getSuggestionsForInputValues( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 627 | function getSuggestionsForImplements( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 738 | function getSuggestionsForFragmentTypeConditions( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 782 | function getSuggestionsForFragmentSpread( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 935 | function getSuggestionsForVariableDefinition( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 953 | function getSuggestionsForDirective( |
| LOW | …ge-service/src/interface/getAutocompleteSuggestions.ts | 977 | function getSuggestionsForDirectiveArguments( |
| LOW | …raphql-language-service/src/interface/getDefinition.ts | 62 | export async function getDefinitionQueryResultForNamedType( |
| LOW | …raphql-language-service/src/interface/getDefinition.ts | 87 | export async function getDefinitionQueryResultForField( |
| LOW | …raphql-language-service/src/interface/getDefinition.ts | 124 | export async function getDefinitionQueryResultForArgument( |
| LOW | …raphql-language-service/src/interface/getDefinition.ts | 156 | export async function getDefinitionQueryResultForFragmentSpread( |
| LOW | …raphql-language-service/src/interface/getDefinition.ts | 180 | export function getDefinitionQueryResultForDefinitionNode( |
| LOW | …raphql-language-service/src/interface/getDefinition.ts | 192 | function getDefinitionForFragmentDefinition( |
| LOW | …raphql-language-service/src/interface/getDefinition.ts | 215 | function getDefinitionForNodeDefinition( |
| LOW | …raphql-language-service/src/interface/getDefinition.ts | 234 | function getDefinitionForFieldDefinition( |
| LOW | …raphql-language-service/src/interface/getDefinition.ts | 253 | function getDefinitionForArgumentDefinition( |
| LOW | …l-language-service/src/utils/getVariablesJSONSchema.ts | 91 | function renderDefinitionDescription( |
| LOW | …l-language-service/src/utils/getVariablesJSONSchema.ts | 172 | function getJSONSchemaFromGraphQLType( |