FunctionsresolveSchemaCoordinateresolveSchemaCoordinate CallableresolveSchemaCoordinate(schema: GraphQLSchema, schemaCoordinate: string | Source): ResolvedSchemaElement | undefinedA schema coordinate is resolved in the context of a GraphQL schema to uniquely identifies a schema element. It returns undefined if the schema coordinate does not resolve to a schema element. https://spec.graphql.org/draft/#sec-Schema-Coordinates.SemanticsParametersschema: GraphQLSchemaschemaCoordinate: string | SourceReturns ResolvedSchemaElement | undefined
A schema coordinate is resolved in the context of a GraphQL schema to uniquely identifies a schema element. It returns undefined if the schema coordinate does not resolve to a schema element.
https://spec.graphql.org/draft/#sec-Schema-Coordinates.Semantics