Show / Hide Table of Contents

Interface ISchemaConfig

Configuration for bound graphql schema.

Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISchemaConfig
Syntax (vb)
Public Interface ISchemaConfig
Remarks

Returned from ISchema.bind allowing late binding of schemas to graphqlapi-base

Synopsis

Properties

ApiId

The ID of the api the schema is bound to.

Definition

The schema definition string.

Properties

ApiId

The ID of the api the schema is bound to.

string ApiId { get; set; }
Property Value

string

Remarks

Returned from ISchema.bind allowing late binding of schemas to graphqlapi-base

Definition

The schema definition string.

string Definition { get; set; }
Property Value

string

Remarks

Returned from ISchema.bind allowing late binding of schemas to graphqlapi-base

Back to top Generated by DocFX