schemaType property

GraphQLType schemaType

Implementation

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