Skip to content

Commit a845d99

Browse files
committed
Updated GitHub repo
1 parent 08d292d commit a845d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/code/language-support/php/server/graphql-by-pop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: GraphQL by PoP
33
description: CMS-agnostic GraphQL server in PHP. It follows the code-first approach, generating the schema dynamically
44
url: https://graphql-by-pop.com
5-
github: GraphQLByPoP/graphql-server
5+
github: leoloso/PoP
66
---
77

88
GraphQL by PoP follows the [code-first approach](https://graphql-by-pop.com/docs/architecture/code-first.html) to generate the schema (it can be customized for different clients/applications). Fields are dynamically "subscribed" to types, and may or may not be added to the schema depending on the context.

0 commit comments

Comments
 (0)