AddVultrAccountInput
No description
input AddVultrAccountInput {
  userID: UUID!
  name: String!
  accessToken: String!
}
Fields
AddVultrAccountInput.userID ● UUID! non-null scalar
AddVultrAccountInput.name ● String! non-null scalar
AddVultrAccountInput.accessToken ● String! non-null scalar
Member Of
addVultrAccount  mutation