stufflog graphql server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
252 B

  1. """
  2. A ISO3339 timestamp.
  3. """
  4. scalar Time
  5. """
  6. Duration in milliseconds. It will output as an integer, but can be supplied as a float, integer
  7. or a string accepted by the Go time.Duration parser.
  8. """
  9. scalar Duration
  10. """
  11. A file upload.
  12. """
  13. scalar Upload