pub struct Builder { /* private fields */ }
Expand description
A builder for GetIntrospectionSchemaOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn schema(self, input: Blob) -> Self
pub fn schema(self, input: Blob) -> Self
The schema, in GraphQL Schema Definition Language (SDL) format.
For more information, see the GraphQL SDL documentation.
sourcepub fn set_schema(self, input: Option<Blob>) -> Self
pub fn set_schema(self, input: Option<Blob>) -> Self
The schema, in GraphQL Schema Definition Language (SDL) format.
For more information, see the GraphQL SDL documentation.
sourcepub fn build(self) -> GetIntrospectionSchemaOutput
pub fn build(self) -> GetIntrospectionSchemaOutput
Consumes the builder and constructs a GetIntrospectionSchemaOutput
.