Interface IntrospectionTypeRef

interface IntrospectionTypeRef {
    kind: string;
    name: null | string;
    ofType?: null | IntrospectionTypeRef;
}

Properties

Properties

kind: string
name: null | string
ofType?: null | IntrospectionTypeRef