schemaType property

GraphQLType get schemaType

Implementation

GraphQLType get schemaType => GraphQLType.fromNode(
      astNode.type,
      getType.fromSchema,
    );