Skip to main content

existsForAnyAccount

Checks if there is already existing OauthCredential with provided shop domain for any Groove account.

existsForAnyAccount(
provider: String!
shopDomain: String!
): Boolean!

Arguments

existsForAnyAccount.provider ● String! non-null scalar common

The provider to check for existing integrations for.

existsForAnyAccount.shopDomain ● String! non-null scalar common

The shop domain.

Type

Boolean scalar common

The Boolean scalar type represents true or false.