OBJECT
type RefreshToken {id: ID! token: String! createdAt: DateTime expiresAt: DateTime customerId: ID! shopId: ID! }