Type Alias GraphqlBuilderOutput

GraphqlBuilderOutput: { indent: string; omitComment?: boolean; value: string }

The output of the GraphQL block builders.

Type declaration

  • indent: string
  • OptionalomitComment?: boolean

    Set to true if the builder already handled comment printed. Currently, only the schema builder does this.

  • value: string