• Preparing search index...
  • The search index is not available
graphql-mocks
  • graphql-mocks
  • highlight
  • utils
  • getInstanceForReference

Function getInstanceForReference

  • getInstanceForReference(schema, reference): GraphQLNamedType | undefined
  • Parameters

    • schema: GraphQLSchema
    • reference: string

    Returns GraphQLNamedType | undefined

    • Defined in packages/graphql-mocks/src/highlight/utils/get-instance-for-reference.ts:9
  • getInstanceForReference(schema, reference): [GraphQLNamedType, ObjectField | GraphQLInputField] | undefined
  • Parameters

    • schema: GraphQLSchema
    • reference: FieldReference

    Returns [GraphQLNamedType, ObjectField | GraphQLInputField] | undefined

    • Defined in packages/graphql-mocks/src/highlight/utils/get-instance-for-reference.ts:10
  • getInstanceForReference(schema, reference): GraphQLNamedType | [GraphQLNamedType, ObjectField | GraphQLInputField] | undefined
  • Parameters

    • schema: GraphQLSchema
    • reference: Reference

    Returns GraphQLNamedType | [GraphQLNamedType, ObjectField | GraphQLInputField] | undefined

    • Defined in packages/graphql-mocks/src/highlight/utils/get-instance-for-reference.ts:14

Settings

Member Visibility
graphql-mocks
  • Loading...

Generated using TypeDoc