Studio Service

Credential

Credential

3rd party credential.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!The primary unique identifier for the credential.
orgIdUUID!The id of the organization that credential belong to.
spaceIdUUID!The id of the space that credential belong to.
descriptionStringThe description of the credential.
usernameStringThe username of the credential.
providerString!The provider for credential.
credentialKeyString!The key of the credential. This is usually a hash.
createdByUUID
createdAtDatetime
isSharedBoolean
isSharedExplicitBoolean
isSharedAllBoolean
orgByOrgIdOrgReads a single `Org` that is related to this `Credential`.
userByCreatedByUserReads a single `User` that is related to this `Credential`.
associationsByToCredentialAndOrgIdAssociationsConnection!Reads and enables pagination through a set of `Association`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[AssociationsOrderBy!]The method to use when ordering `Association`.
conditionAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterAssociationFilterA filter to be used in determining which values should be returned by the collection.
shareAssociationsByShareCredentialShareAssociationsConnection!Reads and enables pagination through a set of `ShareAssociation`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ShareAssociationsOrderBy!]The method to use when ordering `ShareAssociation`.
conditionShareAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterShareAssociationFilterA filter to be used in determining which values should be returned by the collection.
shareAssociationsByShareCredentialAndOrgIdShareAssociationsConnection!Reads and enables pagination through a set of `ShareAssociation`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ShareAssociationsOrderBy!]The method to use when ordering `ShareAssociation`.
conditionShareAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterShareAssociationFilterA filter to be used in determining which values should be returned by the collection.
isUsedBooleanTrue if credential is used by at least on appInstance throughout the org
sharedSpacesByCredentialIdSpacesConnection!Spaces that currently got shared access to the credential.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.