# Fun with AI - Generating GraphQL Schemas in Discord

DevFeed: [Fun with AI - Generating GraphQL Schemas in Discord](<https://devfeed.tech/articles/fun-with-ai-generating-graphql-schemas-in-discord-23310.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/fun-with-ai-generating-graphql-schemas-in-discord>)

Author: Patrick Arminio

Published: 2024-02-07T13:06:54Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Discord](<https://devfeed.tech/topics/discord.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [copilot](<https://devfeed.tech/tags/copilot.md>), [discord](<https://devfeed.tech/tags/discord.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [schema-design](<https://devfeed.tech/tags/schema-design.md>)

## AI overview

The article describes efforts to improve AI-generated GraphQL schemas, including fine-tuning GPT-3.5 and offering a Discord forum where users can request schema generation. It notes that standard AI models often produce schemas that omit pagination, input types, and mutation payloads or use discouraged practices.

## Source excerpt

Over the past two years, the emergence of AI-driven tools has significantly transformed the tech landscape. Among these innovations, tools designed specifically for code generation--such as Copilot, CodeLlama, and others--have garnered particular attention from developers. According to a survey conducted by GitHub, 92% of U.S.-based developers are already using AI coding tools both in and outside of work (source).