resolveSchemaCoordinate
fun resolveSchemaCoordinate(schema: Schema, coordinate: GQLSchemaCoordinate): ResolvedSchemaElement?
Resolves the given schema coordinate according to schema.
Return
the ResolvedSchemaElement or null
if not found.
Throws
if any of the containing elements is not found or is of an unexpected type.