MCPcopy Create free account

hub / github.com/GraphQL-Designer/graphqldesigner.com / functions

Functions186 in github.com/GraphQL-Designer/graphqldesigner.com

↓ 20 callersFunctionreducers
(state = initialState, action)
client/reducers/schemaReducers.js:35
↓ 7 callersFunctionhandleSnackbarUpdate
client/actions/actions.js:10
↓ 6 callersFunctionhandleToggle
(name, value)
client/components/schema/sidebar/table-options.jsx:48
↓ 6 callersFunctiontoTitleCase
* @param {String} refTypeName - Any string inputted * @returns {String} - The string inputted, but with the first letter capitalized and the rest low
utl/create_file_func/graphql_server.js:170
↓ 3 callersFunctionbuildFieldItem
* @param {Object} field - an object containing all the information for the field being iterated on * @returns {String} - a field item (ex: 'id: { typ
utl/create_file_func/graphql_server.js:139
↓ 3 callersFunctionbuildReturnValues
(table)
utl/create_file_func/client_mutations.js:119
↓ 3 callersFunctionbuildSQLPoolMutation
()
utl/create_file_func/graphql_server.js:317
↓ 3 callersFunctionbuildSQLPoolQuery
* @param {String} refType - The relation type of the sub query * @returns {String} - the code for a SQL pool query.
utl/create_file_func/graphql_server.js:215
↓ 3 callersMethodhandleDatabaseClick
(database)
client/components/welcome/welcome.jsx:45
↓ 3 callersFunctiontableTypeToGraphqlType
* @param {String} type - the field type (ID, String, Number, Boolean, or Float) * @returns {String} - the GraphQL type associated with the field type
utl/create_file_func/graphql_server.js:148
↓ 3 callersMethodtoggleLoader
()
client/components/navbar/export-code/export-button.jsx:22
↓ 2 callersFunctionbuildClientQueries
(data, dateStamp, cb)
server/index.js:92
↓ 2 callersFunctionbuildMutationParams
(table, mutationType)
utl/create_file_func/client_mutations.js:42
↓ 2 callersFunctionbuildTypeParams
(table, mutationType)
utl/create_file_func/client_mutations.js:98
↓ 2 callersFunctioncheckForArray
(position, multipleValues)
client/components/schema/field.jsx:40
↓ 2 callersFunctioncheckForArray
(position)
utl/create_file_func/mongo_schema.js:27
↓ 2 callersFunctioncheckForMultipleValues
(multipleValues, position)
utl/create_file_func/graphql_server.js:420
↓ 2 callersFunctioncheckForMultipleValues
(multipleValues, position)
utl/create_file_func/client_mutations.js:81
↓ 2 callersFunctioncheckForRequired
(required, position)
utl/create_file_func/graphql_server.js:410
↓ 2 callersFunctioncreateSubQuery
* @param {Object} field - field being iterated on * @param {Object} tables - all the tables made by the user. * @param {String} database - Datbase
utl/create_file_func/graphql_server.js:182
↓ 2 callersFunctionsqlPool
(database)
utl/create_file_func/sql_pool.js:1
↓ 1 callersFunctionaddMutation
(table, database)
utl/create_file_func/graphql_server.js:334
↓ 1 callersFunctionbuildClientQueryAll
(table)
client/components/query/query-code-container.jsx:44
↓ 1 callersFunctionbuildClientQueryAll
(table)
utl/create_file_func/client_queries.js:30
↓ 1 callersFunctionbuildClientQueryById
(tables)
client/components/query/query-code-container.jsx:54
↓ 1 callersFunctionbuildClientQueryById
(table)
utl/create_file_func/client_queries.js:48
↓ 1 callersFunctionbuildClientRootIndex
()
utl/create_file_func/create_client_root_index.js:1
↓ 1 callersFunctionbuildComponentIndex
()
utl/create_file_func/create_component_index.js:1
↓ 1 callersFunctionbuildComponentStyle
()
utl/create_file_func/create_component_style.js:1
↓ 1 callersFunctionbuildDeleteMutationParams
(table)
utl/create_file_func/client_mutations.js:73
↓ 1 callersFunctionbuildDirectories
(dateStamp, cb)
server/index.js:78
↓ 1 callersFunctionbuildExpressServer
(database)
utl/create_file_func/express_server.js:1
↓ 1 callersFunctionbuildForMongo
(data, dateStamp)
server/index.js:98
↓ 1 callersFunctionbuildForMySQL
(data, dateStamp)
server/index.js:106
↓ 1 callersFunctionbuildForPostgreSQL
(data, dateStamp)
server/index.js:111
↓ 1 callersFunctionbuildGraphQLTypeFields
* @param {Object} table - table being interated on. Each table consists of fields * @param {Object} tables - an object of all the tables created in t
utl/create_file_func/graphql_server.js:100
↓ 1 callersFunctionbuildGraphqlMutationQuery
(table, database)
utl/create_file_func/graphql_server.js:307
↓ 1 callersFunctionbuildGraphqlRootQuery
(table, database)
utl/create_file_func/graphql_server.js:255
↓ 1 callersFunctionbuildGraphqlTypeSchema
* @param {Object} table - table being interated on. Each table consists of fields * @param {Object} tables - an object of all the tables created in t
utl/create_file_func/graphql_server.js:85
↓ 1 callersFunctionbuildGraphqlVariables
* @returns {String} - all constants needed for a GraphQL server
utl/create_file_func/graphql_server.js:63
↓ 1 callersFunctionbuildIndexHTML
()
utl/create_file_func/create_indexhtml.js:1
↓ 1 callersFunctionbuildPackageJSON
(db)
utl/create_file_func/create_packagejson.js:1
↓ 1 callersFunctionbuildQuery
(query)
client/components/query/customized-query-container.jsx:40
↓ 1 callersFunctionbuildRequireStatements
* @param {String} database - Represents the database selected (MongoDB, MySQL, or PostgreSQL) * @returns {String} - All the require statements needed
utl/create_file_func/graphql_server.js:46
↓ 1 callersFunctionbuildWebpack
()
utl/create_file_func/create_webpack.js:1
↓ 1 callersMethodchangeSetsToArrays
()
client/components/navbar/export-code/export-button.jsx:29
↓ 1 callersFunctioncheckAutoIncrement
(fieldAutoIncrement)
utl/create_file_func/mysql_scripts.js:104
↓ 1 callersFunctioncheckDataType
(type)
utl/create_file_func/mongo_schema.js:35
↓ 1 callersFunctioncheckDataType
(dataType)
utl/create_file_func/mysql_scripts.js:91
↓ 1 callersFunctioncheckDataType
(dataType, autoIncrement)
utl/create_file_func/postgresql_scripts.js:71
↓ 1 callersFunctioncheckDefault
(fieldDefault, dataType)
utl/create_file_func/mysql_scripts.js:119
↓ 1 callersFunctioncheckDefault
(fieldDefault, dataType)
utl/create_file_func/postgresql_scripts.js:95
↓ 1 callersFunctioncheckFieldType
(fieldType)
utl/create_file_func/client_mutations.js:67
↓ 1 callersFunctioncheckForRequired
(value)
client/components/schema/field.jsx:48
↓ 1 callersFunctioncheckForRequired
(required)
utl/create_file_func/client_mutations.js:91
↓ 1 callersFunctioncheckForUnique
(value)
client/components/schema/field.jsx:53
↓ 1 callersFunctioncheckRequired
(fieldRequired)
utl/create_file_func/mysql_scripts.js:114
↓ 1 callersFunctioncheckRequired
(fieldRequired)
utl/create_file_func/postgresql_scripts.js:90
↓ 1 callersFunctioncheckUnique
(fieldUnique)
utl/create_file_func/mysql_scripts.js:109
↓ 1 callersFunctioncheckUnique
(fieldUnique)
utl/create_file_func/postgresql_scripts.js:85
↓ 1 callersFunctioncreateFindAllRootQuery
(table, database)
utl/create_file_func/graphql_server.js:267
↓ 1 callersFunctioncreateFindByIdQuery
* @param {Object} table - table being iterated on * @param {String} database - database selected * @returns {String} - root query code to find an in
utl/create_file_func/graphql_server.js:289
↓ 1 callersFunctioncreateSchemaField
(data)
utl/create_file_func/mongo_schema.js:17
↓ 1 callersFunctioncreateSchemaField
(field)
utl/create_file_func/postgresql_scripts.js:44
↓ 1 callersFunctioncreateSearchObject
(refFieldName, refFieldType, field)
utl/create_file_func/graphql_server.js:247
↓ 1 callersFunctioncreateSubQueryName
(field, refTypeName)
utl/create_file_func/graphql_server.js:226
↓ 1 callersFunctioncreateTableField
(field)
utl/create_file_func/mysql_scripts.js:64
↓ 1 callersFunctiondeleteField
client/actions/actions.js:29
↓ 1 callersFunctiondeleteMutation
(table, database)
utl/create_file_func/graphql_server.js:391
↓ 1 callersFunctiondeleteTable
client/actions/actions.js:24
↓ 1 callersFunctiondeleteTempFiles
(database, data, dateStamp, cb)
server/index.js:116
↓ 1 callersFunctiondeleteTempFolders
(dateStamp, cb)
server/index.js:155
↓ 1 callersFunctiondeletedFieldRelationUpdate
client/actions/actions.js:120
↓ 1 callersFunctionfieldName
(fieldNum, tableNum)
client/components/schema/sidebar/table-options.jsx:149
↓ 1 callersFunctionfindDbSearchMethod
(refFieldName, refFieldType, refType)
utl/create_file_func/graphql_server.js:241
↓ 1 callersFunctiongenerateFieldText
()
client/components/schema/field.jsx:39
↓ 1 callersFunctionhandleFieldsSelect
client/actions/actions.js:49
↓ 1 callersFunctionhandleNewProject
client/actions/actions.js:68
↓ 1 callersFunctionhandleSelectedTable
client/actions/actions.js:63
↓ 1 callersFunctionparseClientMutations
(tables)
utl/create_file_func/client_mutations.js:3
↓ 1 callersFunctionparseClientQueries
(tables)
client/components/query/query-code-container.jsx:16
↓ 1 callersFunctionparseClientQueries
(queries)
client/components/query/customized-query-container.jsx:19
↓ 1 callersFunctionparseClientQueries
(tables)
utl/create_file_func/client_queries.js:3
↓ 1 callersFunctionparseGraphqlServer
(tables, database)
utl/create_file_func/graphql_server.js:3
↓ 1 callersFunctionparseMongoSchema
(data)
utl/create_file_func/mongo_schema.js:1
↓ 1 callersFunctionparsePostgresTable
(table)
utl/create_file_func/postgresql_scripts.js:11
↓ 1 callersFunctionparsePostgresTables
(tables)
utl/create_file_func/postgresql_scripts.js:1
↓ 1 callersFunctionparseSQLTable
(table)
utl/create_file_func/mysql_scripts.js:11
↓ 1 callersFunctionrenderFields
()
client/components/schema/table.jsx:49
↓ 1 callersFunctionrenderRelatedFields
()
client/components/schema/sidebar/table-options.jsx:114
↓ 1 callersFunctionrenderRelatedTables
()
client/components/schema/sidebar/table-options.jsx:104
↓ 1 callersFunctionrenderTableName
()
client/components/schema/sidebar/create-table.jsx:90
↓ 1 callersFunctionrenderTables
()
client/components/schema/schema-app.jsx:21
↓ 1 callersFunctionsaveFieldInput
client/actions/actions.js:39
↓ 1 callersFunctionsaveTableDataInput
()
client/actions/actions.js:20
↓ 1 callersFunctionsendResponse
(dateStamp, res, cb)
server/index.js:169
↓ 1 callersFunctionstep
(i)
server/index.js:144
↓ 1 callersFunctiontoTitleCase
(refTypeName)
utl/create_file_func/client_queries.js:42
↓ 1 callersFunctionupdateMutation
(table, database)
utl/create_file_func/graphql_server.js:364
FunctionApp
({ snackBar, handleSnackbarUpdate })
client/components/app.jsx:40
next →1–100 of 186, ranked by callers