Skip to main content

AuthLog

No description

type AuthLog {
id: ID!
storeId: ID!
currencyCode: CurrencyCode!
verificationMethod: VerificationMethod!
receiver: String
cost: Float!
deductionStage: DeductionStage!
status: Status!
expiresAt: DateTime
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

AuthLog.id ● ID! non-null scalar

AuthLog.storeId ● ID! non-null scalar

AuthLog.currencyCode ● CurrencyCode! non-null enum

AuthLog.verificationMethod ● VerificationMethod! non-null enum

AuthLog.receiver ● String scalar

AuthLog.cost ● Float! non-null scalar

AuthLog.deductionStage ● DeductionStage! non-null enum

AuthLog.status ● Status! non-null enum

AuthLog.expiresAt ● DateTime scalar

AuthLog.createdAt ● DateTime! non-null scalar

AuthLog.updatedAt ● DateTime! non-null scalar

Member Of

AuthLogConnection object