input.graphql 59 B

123456789
  1. input Params {
  2. # Id
  3. id: ID
  4. # Name
  5. name: String
  6. }