GitHub
npm
Preparing search index...
The search index is not available
aws-appsync-js - v1.0.1
aws-appsync-js
IntrospectionType
Interface IntrospectionType
interface
IntrospectionType
{
kind
:
string
;
name
:
null
|
string
;
description
?:
null
|
string
;
fields
?:
null
|
readonly
IntrospectionField
[]
;
inputFields
?:
null
|
readonly
IntrospectionInputValue
[]
;
interfaces
?:
null
|
readonly
IntrospectionTypeRef
[]
;
enumValues
?:
null
|
readonly
IntrospectionEnumValue
[]
;
possibleTypes
?:
null
|
readonly
IntrospectionTypeRef
[]
;
}
Index
Properties
kind
name
description?
fields?
input
Fields?
interfaces?
enum
Values?
possible
Types?
Properties
Readonly
kind
kind
:
string
Readonly
name
name
:
null
|
string
Optional
Readonly
description
description
?:
null
|
string
Optional
Readonly
fields
fields
?:
null
|
readonly
IntrospectionField
[]
Optional
Readonly
input
Fields
inputFields
?:
null
|
readonly
IntrospectionInputValue
[]
Optional
Readonly
interfaces
interfaces
?:
null
|
readonly
IntrospectionTypeRef
[]
Optional
Readonly
enum
Values
enumValues
?:
null
|
readonly
IntrospectionEnumValue
[]
Optional
Readonly
possible
Types
possibleTypes
?:
null
|
readonly
IntrospectionTypeRef
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
kind
name
description
fields
input
Fields
interfaces
enum
Values
possible
Types
GitHub
npm
aws-appsync-js - v1.0.1
Loading...