Skip to content

Commit

Permalink
func name
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Jul 1, 2024
1 parent facde36 commit 0120740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/queries/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5319,7 +5319,7 @@
"type": "object"
},
"NodeKind": {
"description": "PostHog Query Schema definition.\n\nThis file acts as the source of truth for:\n\n- frontend/src/queries/schema.json - generated from typescript via \"pnpm run generate:schema:json\"\n\n- posthog/schema.py - generated from json the above json via \"pnpm run generate:schema:python\"",
"description": "PostHog Query Schema definition.\n\nThis file acts as the source of truth for:\n\n- frontend/src/queries/schema.json - generated from typescript via \"pnpm run schema:build:json\"\n\n- posthog/schema.py - generated from json the above json via \"pnpm run schema:build:python\"",
"enum": [
"EventsNode",
"ActionsNode",
Expand Down

0 comments on commit 0120740

Please sign in to comment.