Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 488 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 488 Bytes

graphql-api

GraphQL access to The Senpy API!

Example Query

Try it out at graphql.senpy.club/playground!

query {
  random: random {
    language
    image
  }
  me: me {
    ip
  }
  languages
  language: language(language: "C")
  boys: boys {
    random: random {
      language
      image
    }
    me: me {
      ip
    }
    languages
    language: language(language: "C")
  }
}

License

MIT License