EventProjectInput
No description
input EventProjectInput {
title: String!
description: String!
eventId: ID!
}
Fields
EventProjectInput.title
● String!
non-null scalar
EventProjectInput.description
● String!
non-null scalar
EventProjectInput.eventId
● ID!
non-null scalar
Member of
createEventProject
mutation