DEBSOURCES
Skip Quicknav
sources / strawberry-graphql / 0.306.0-1 / tests / codegen / queries / mutation_with_object.graphql
1234567
mutation AddBlogPosts($input: [BlogPostInput!]!) { addBlogPosts(input: {posts: $input}) { posts { title } } }