Added user field

This commit is contained in:
Douglas Barone 2021-01-15 10:50:56 -04:00
parent bb60612bc4
commit 57859bcf38

View File

@ -270,6 +270,8 @@ const typeDefs = gql`
key: String! key: String!
"OptionalNote" "OptionalNote"
note: String note: String
"The API key owner"
user: String
createdAt: String createdAt: String
updatedAt: String updatedAt: String