GraphQlRenderConfig

Describes the GraphQL configuration for an API for a code generation job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to the GraphQL fragments file, relative to the component output directory.

Link copied to clipboard

The path to the GraphQL mutations file, relative to the component output directory.

Link copied to clipboard

The path to the GraphQL queries file, relative to the component output directory.

Link copied to clipboard

The path to the GraphQL subscriptions file, relative to the component output directory.

Link copied to clipboard

The path to the GraphQL types file, relative to the component output directory.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String