Skip to content

Commit

Permalink
bring back parser/doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
orpheuslummis committed Jun 18, 2022
1 parent 8432d99 commit 99a2f58
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
21 changes: 21 additions & 0 deletions query/graphql/parser/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Copyright 2022 Democratized Data Foundation
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.txt.
//
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by the Apache License, Version 2.0, included in the file
// licenses/APL.txt.

/*
Package parser provides a structured proxy to the underlying
GraphQL AST and parser. Additionally it evaluates the parsed
filter conditions on a document.
Given an already parsed GraphQL ast.Document, this package
can further parse the document into the DefraDB GraphQL
Query structure, representing, Select statements, fields,
filters, arguments, directives, etc.
*/
package parser
10 changes: 0 additions & 10 deletions query/graphql/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
// by the Apache License, Version 2.0, included in the file
// licenses/APL.txt.

/*
Package parser provides a structured proxy to the underlying
GraphQL AST and parser. Additionally it evaluates the parsed
filter conditions on a document.
Given an already parsed GraphQL ast.Document, this package
can further parse the document into the DefraDB GraphQL
Query structure, representing, Select statements, fields,
filters, arguments, directives, etc.
*/
package parser

import (
Expand Down

0 comments on commit 99a2f58

Please sign in to comment.