Type alias AppCreateInput

AppCreateInput: {
    adminUserEmail?: InputMaybe<Scalars["EmailAddress"]>;
    blockchain?: InputMaybe<Blockchain>;
    dapperMerchantAccountAddress?: InputMaybe<Scalars["String"]>;
    name?: InputMaybe<Scalars["String"]>;
    organizationId?: InputMaybe<Scalars["String"]>;
    redirectUris?: InputMaybe<InputMaybe<Scalars["String"]>[]>;
}

Type declaration

  • Optional adminUserEmail?: InputMaybe<Scalars["EmailAddress"]>

    A user to add to the organization. Required if using backend credentials.

  • Optional blockchain?: InputMaybe<Blockchain>

    The blockchain in which this app is deployed.

  • Optional dapperMerchantAccountAddress?: InputMaybe<Scalars["String"]>
  • Optional name?: InputMaybe<Scalars["String"]>

    Name of the app

  • Optional organizationId?: InputMaybe<Scalars["String"]>

    The id of the organization to create app in

  • Optional redirectUris?: InputMaybe<InputMaybe<Scalars["String"]>[]>

    The URIs to redirect to after signin. Only required if using oauth

Generated using TypeDoc