Type alias FieldInputArg

FieldInputArg: {
    __typename?: "FieldInputArg";
    apiId: Scalars["String"];
    id: Scalars["ID"];
    isList: Scalars["Boolean"];
    isRequired: Scalars["Boolean"];
    remoteType: RemoteTypeDefinition;
}

Type declaration

Generated using TypeDoc