Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
graph_test
main
Api
Graphql
Create
ApiAction
AppDatabase
HabitatSettings
AppServer
BaseEmail
HabitatSettings
BaseModel
BaseSerializer
DeletePost
Errors
Show
ErrorSerializer
GraphQuery
Home
Index
Post
BaseQuery
DeleteOperation
PrimaryKeyType
SaveOperation
PostQuery
PostSerializer
SavePost
Built with Crystal 1.9.2
2023-10-07 17:14:23 UTC
class
GraphQuery
GraphQuery
GraphQL::BaseQuery
Reference
Object
Included Modules
GraphQL::Document
GraphQL::ObjectType
GraphQL::QueryType
Defined in:
models/graph_query.cr
Instance Method Summary
#hello
(name : String) : String
#posts
: Array(PostSerializer)
Instance Method Detail
def
hello
(name : String) : String
#
[
View source
]
def
posts
: Array(
PostSerializer
)
#
[
View source
]