DEBSOURCES
Skip Quicknav
sources / strawberry-graphql / 0.306.0-1 / tests / codegen / queries / mutation.graphql
12345
mutation addBook($input: String!) { addBook(input: $input) { id } }